'宣言 Function MoveRangeAsync( _ ByVal fromIndex As System.Integer, _ ByVal count As System.Integer, _ ByVal toIndex As System.Integer, _ Optional ByVal cancellationToken As System.Threading.CancellationToken _ ) As System.Threading.Tasks.Task
System.Threading.Tasks.Task MoveRangeAsync( System.int fromIndex, System.int count, System.int toIndex, System.Threading.CancellationToken cancellationToken )
パラメータ
- fromIndex
- From index.
- count
- The number of items to be moved.
- toIndex
- To index.
- cancellationToken
- The cancellation token.